home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
png
/
ptot
/
inflate.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-03-22
|
324b
|
17 lines
/*
* inflate.h
*
* Definitions needed for interfacing ptot to Mark Adler's
* inflate.c from the Info-ZIP distribution. Most of the
* real work is moved to ptot.h, because ptot.c needs to
* share the structures.
*/
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "ptot.h"
extern PNG_STATE ps;